projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3b81f9
)
(LIBX11_SYSTEM) [HAVE_LIBINTL and MOTIF]: Add -lintl.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 21 Dec 1997 02:44:46 +0000
(
02:44
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 21 Dec 1997 02:44:46 +0000
(
02:44
+0000)
src/s/sco4.h
patch
|
blob
|
history
diff --git
a/src/s/sco4.h
b/src/s/sco4.h
index 2610dfbe0f057f05182b91a38ed440b2bc6f6c01..33b19d5c8026da0c31002e867ee75922ef682c73 100644
(file)
--- a/
src/s/sco4.h
+++ b/
src/s/sco4.h
@@
-71,7
+71,12
@@
Boston, MA 02111-1307, USA. */
/* This is safe since we already assumed HAVE_SOCKET
if using X windows. */
#undef LIBX11_SYSTEM
+/* Motif needs -lintl on some (maybe all) ofthese systems. */
+#if defined (HAVE_LIBINTL) && defined (MOTIF)
+#define LIBX11_SYSTEM -lpt -lnls -lnsl_s -lc_s -lsocket -lintl
+#else
#define LIBX11_SYSTEM -lpt -lnls -lnsl_s -lc_s -lsocket
+#endif
#ifdef HAVE_INET_SOCKETS /* This comes from autoconf. */
#define HAVE_SOCKETS